MediaWiki:Common.css

From Young Composers
(Redirected from Common.css)
Jump to: navigation, search
/** CSS placed here will be applied to all skins */

#box-main
{ 
padding:5px;
text-align:center;
border:1px solid #DEC6AB;
background:#DEC6AB;
}

/* Wikitable (Prettytable) class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #FFF0DF;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
	/*empty-cells: show;*/
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border: 1px #DEC6AB solid;
	padding: 0.5em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
	background: #dec6ab;
	text-align: center;
}
table.wikitable td.hl1, table.wikitable th.hl1,
table.prettytable td.hl1, table.wikitable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2,
table.prettytable td.hl2, table.wikitable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.wikitable caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}

/** Large, rounded container by James */

div.tablecontainer
{
width:100%;
margin:0px;
border:1px solid #60442D;
line-height:150%;
background-color:#FFF8ED;
}

div.tablecontainerrounded {
width:100%;
margin:0px;
border:1px solid #60442D; border-top:8px solid #60442D;
line-height:150%;
padding-bottom: 8px;
background-color:#FFF8ED;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.tableheader
{
color:white;
background-color:#60442D;
clear:left;
padding: 4px; padding-bottom: 9px;
text-align:center;
font-size:132%;
}

div.tablefooter
{
clear:left;
padding:.5em;
}

div.tableleft
{
float:left;
width:50%;
margin:0;
padding:.5em;
}

div.tableright
{
margin-left:50%;
padding:.5em;
border: left, 1px, #60442D;
}


/** Small, rounded container by James */

div.smalltablecontainer
{
width:20%;
margin:0px;
border:1px solid #60442D;
line-height:110%;
background-color:#FFF8ED;
}

div.smalltablecontainerrounded {
width:20%;
margin:0px;
border:1px solid #60442D; border-top:8px solid #60442D;
line-height:110%;
padding-bottom: 8px;
background-color:#FFF8ED;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.smalltableheader
{
color:white;
background-color:#60442D;
clear:left;
padding: 4px; padding-bottom: 9px;
text-align:center;
font-size:110%;
font-weight:bold;
}

/** this is the status box that appears below the article title bar, originally 6px - James */

th.col_m_status 
{
padding: 1px;
}

/** this is the space between the wiki buttons */

.topic_buttons li {
margin: 0px 5px 0 0px;
}

/** this is the border around input/submit buttons on the wiki - James */

#createbox
{
padding:10px;border:0px solid #fff;
}